home *** CD-ROM | disk | FTP | other *** search
/ Aminet 48 / Aminet 48 (2002)(GTI - Schatztruhe)[!][Apr 2002].iso / Aminet / dev / amos / PowerBackup.lha / PowerBackup.ReadMe next >
Encoding:
Text File  |  2002-02-17  |  1.4 KB  |  36 lines

  1. Short:    backup program written with AMOS Pro 2.0
  2. Uploader: karglch@sbox.tu-graz.ac.at  (Christian Kargl)
  3. Author:   karglch@sbox.tu-graz.ac.at  (Christian Kargl)
  4. Type:     dev/amos
  5. Version:  1.0 (18/Feb/2002)
  6. Requires: OS2.0+, 2MB memory, powerpacker.library (NOT included)
  7.  
  8.  
  9.   That's a simple backup program to save your hard disc on floppy
  10.   discs. I don't expect anybody to use it seriously, but I do.
  11.   For large data you better use a CD ROM. But for anybody who wants
  12.   to create a backup program have a look at the source code. The
  13.   most annoying thing is the user interface, known as GUI. So I used
  14.   the powerful Interface language of AMOS Professional. You also need
  15.   the AMCAF extension for many commands, or you write library calls
  16.   yourself.
  17.  
  18.   Features:
  19.   ~~~~~~~~~
  20.    - backup data onto DD or HD floppies
  21.    - redirection to hard disc for a faster backup
  22.    - backup selection tree: select complete dirs or single files
  23.    - restore simulation for testing data written on floppies
  24.    - recoverable restoration if data of one file are corrupt
  25.    - savable history list for backup and restoration
  26.    - simple usage, also without reading the guide
  27.    - with source for interested programmers
  28.  
  29.   Things TO DO:
  30.   ~~~~~~~~~~~~~
  31.    - better split up files into 64K blocks to support large files on
  32.      low memory systems, which may increases compressed size
  33.    - add multitasking to do other things while backup/restore operation
  34.      works in the background
  35.  
  36.